home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Shareware Plus / Developers / LogoMation 1.1.4 ƒ / Documentation ƒ / code tidbits / a Filled Hexagon / a Filled Hexagon
Encoding:
Text File  |  1992-08-11  |  391 b   |  9 lines  |  [UVtx/UVtl]

  1. Down                           // just in case the pen was up
  2. Color 65535,27530,6390
  3. Fill 22                         // we start filling:
  4.     Repeat 5                    //       we are going to plot a hexagon
  5.         Forward 50            //             by drawing 50 pixels lines
  6.         Right 60                  //             with 60 degrees between them
  7. Up                                            // done Duplicate, done Fill
  8.  
  9.